inherited TextSessionComparisonFrame: TTextSessionComparisonFrame HelpType = htKeyword HelpKeyword = 'Text_Compare_Importance' Caption = 'Importance' object SigsLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'These settings define items that are important to the comparison' + '.' end object ElementSigsGroupBox: TUiGroupBox Left = 8 Top = 24 Width = 409 Height = 129 Caption = 'Grammar elements' TabOrder = 0 object LeftGrammarLbl: TUiLabel Left = 216 Top = 24 Height = 13 Caption = '%' FocusControl = LeftGrammarEditBtn end object RightGrammarLbl: TUiLabel Left = 216 Top = 72 Height = 13 Caption = '%' FocusControl = RightGrammarEditBtn end object ElementSigsLB: TUiCheckListBox Left = 8 Top = 16 Width = 193 Height = 105 OnClickCheck = SomethingChangedClick ItemHeight = 13 TabOrder = 0 end object LeftGrammarEditBtn: TUiButton Left = 216 Top = 40 Caption = 'Edit Grammar...' TabOrder = 1 OnClick = GrammarEditClick AutoSize = asLeft end object RightGrammarEditBtn: TUiButton Left = 216 Top = 88 Caption = 'Edit Grammar...' TabOrder = 2 OnClick = GrammarEditClick AutoSize = asLeft end end object DefSigsGroupBox: TUiGroupBox Left = 8 Top = 160 Width = 409 Height = 121 Caption = 'Default text' TabOrder = 1 object LeadWSSigEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Leading whitespace' TabOrder = 0 OnClick = SomethingChangedClick end object EmbeddedWSSigEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Embedded whitespace' TabOrder = 1 OnClick = SomethingChangedClick end object TrailWSSigEdit: TUiCheckBox Left = 8 Top = 60 Height = 17 Caption = 'Trailing whitespace' TabOrder = 2 OnClick = SomethingChangedClick end object NonWSSigEdit: TUiCheckBox Left = 8 Top = 80 Height = 17 Caption = 'Everything else' TabOrder = 3 OnClick = SomethingChangedClick end object CaseSigEdit: TUiCheckBox Left = 24 Top = 100 Height = 17 Caption = 'Character case' TabOrder = 4 OnClick = SomethingChangedClick end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 288 Width = 409 Height = 65 Caption = 'Miscellaneous' TabOrder = 2 object OrphansAlwaysSigEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Orphan lines are always important' TabOrder = 0 OnClick = SomethingChangedClick end object CompareEndingsEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Compare line endings (PC/Mac/Unix)' TabOrder = 1 OnClick = SomethingChangedClick end end end